home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / ACDC1_16.ZIP / ACDC.DOC < prev    next >
Encoding:
Text File  |  1996-01-09  |  7.8 KB  |  175 lines

  1.  
  2.     January 9, 1996
  3.    -----------------
  4.                            Acey Deucy - v 1.16
  5.                   (C) Copyright 1994-95 by Robert Poiriar
  6.                      Support BBS: The Parrot's Den BBS
  7.                               (508) 765-9387
  8.  
  9.              A Solitaire Card Game for almost all BBS systems.
  10.          -----------------------------------------------------------
  11.  
  12.    Welcome to Acey Deucy door. The game is fairly simple to play with 
  13.    all instructions in the door itself. The game is quite simple in
  14.    playing. If you have ever played a video poker machine you can
  15.    play this game.                                                
  16.    Scores are kept in a scores file in the registered version and the 
  17.    scores are rolled over with the first caller of every week. Scores
  18.    are kept on an accumulated basis (daily totals added all week long).
  19.    Last weeks high scorer is kept in the score file.
  20.    Also in this version is the ability to play days missed (registered
  21.    version)
  22.          
  23.        ------------------------------------------------------------
  24.  
  25.      Doors by ParrotSoft now support Multi-node , non-standard com
  26.      port IRQ's and are compatible with the following BBS systems:
  27.  
  28.      QuickBBS, Remote  Access, RBBS,  SuperBBS, Telegar`,  WildCat  3,
  29.      Force!, PcBoard (latest), GAP, WildCat, Genesis, Spitfire,  WWIV,
  30.      Osiris and others BBS software that uses a compatible format with
  31.      the ones mentioned above (or by use of a conversikn program).
  32.  
  33.         ------------------------------------------------------------
  34.                                DISCLAIMER !!
  35.           This program and other files associated with it are not
  36.           guaranteed in any way. It is being provided "as is" without
  37.           any warrantee of any kind. We are not responsible for
  38.           any damage of any kind, including profit loses and data 
  39.           loss, that relates directly or indirectly to these programs
  40.           or files included with it.  You may distribute this program
  41.           as long as it is in unmodified form with all the original
  42.           files included and unmodified in any way.
  43.  
  44.          ------------------------------------------------------------
  45.       Set up is simple enough. Unzip the files into their own directory
  46.      and make the ACDC.CFG file below. Make a batch file to run the door
  47.      as per the enclosed ACE.BAT file. If you use a converter program
  48.      include it in the batch file calling the door.
  49.               
  50.                
  51.         The command line is for running the game is :  
  52.              ACDC c:\gap\door.sys node1.cfg
  53.                    ^               ^
  54.        path and dropfile name      alternate config file for multinodes
  55.                              
  56.                               
  57.                               Sample cfg file
  58.   
  59.   1  c:\gap\door.sys         <-- path and running systei
  60.   2  The Parrot's Den BBS    <-- boards name
  61.   3  Bob                     <-- sysop first name
  62.   4  Poirier                 <-- sysop last name
  63.   5  0000000                 <-- Registration number
  64.   6  20                    * <-- Number of Hands Users can play(10 to 30)
  65.   7  0                       <-- No longer used but has to be here
  66.   8  3                       <-- Bonus hands for winning (1-9)
  67.   9  ON                    * <-- Beeper sound on Local end (ON or OFF)                  
  68.  10  10                    * <-- Dollar Value Of Coins (1 to 50) in machine
  69.                                  (will round off to > 1, 5, 10, 25, or 50)
  70.  11  2500                  * <-- Start Bankroll  (750 to 7500)
  71.  12  0                       <-- Non-standard Com port IRQ#(1-15) or 0
  72.  13  c:\gap\gen\blt16      * <-- location of top 15 ascii bulletin     
  73.  14  c:\gap\gen\blt16g     * <-- location of top 15 ANSI bulletin                      
  74.  15  NONE                    <-- Person who registered door or NONE      
  75.                            * works/adjusts in registered version only          
  76.            
  77.         (NOTE : if no bulletin desired type NONE for path in lines 12 & 13)   
  78.                                                                          
  79.                         
  80.     
  81.     Acey Deucy !  Files Included:
  82.     --------------------------
  83.     ACDC.EXE    <---------------- Main program
  84.     ACDC.DOC    <---------------- What You are reading now
  85.     ACDC.CFG    <---------------- Sample Configuration File
  86.     REGISTER.DOC <--------------- Registration information
  87.     ACE.BAT      <--------------- Sample batch file
  88.     
  89.     ACDC.DAT    <---------------- Created at run time by the door
  90.                                    for holding scores.
  91.  
  92.    All of these files should be in this ZIP, if they are not, don't
  93.    take a chance! Call The Parrot's Den and get a good copy or view the 
  94.    file on a few local boards to see if you can find a complete copy.
  95.      
  96.    No runtime modules or watchdog program needed for this door to run.
  97.  
  98.    You will also need to modify your doors menu files and the data
  99.    level needed to access them. For GAP, these are respectively:
  100.    
  101.        DOORM               DOORMG             DOORS.DAT
  102.  
  103.    Please refer to your BBS documentation for details on 
  104.    setting up these files.
  105.  
  106.         Acey Deucy will update the scores on the first of the month.
  107.    It will keep track of the last months High Scorer, and reset the
  108.    score file when the first user of the new month enters the door.
  109.    
  110.    Please read REGISTER.DOC for information on how you can register
  111.    your copy of Acey Deucy.  The bulletin generator and the option to
  112.    set hands and games are only available in the registered version 
  113.    of Acey Deucy !
  114.  
  115.  
  116.    Have Fun!
  117.    Bob Poirier
  118.    The  Parrot's Den BBS
  119.    508-765-9387
  120.  
  121.    History:
  122.    01-09-96 v1.16
  123.            Maintenance release
  124.    11-15-95 v1.15
  125.            Added in routine for dropped carrier (will now
  126.            upgrade the score file if a user drops carrier while
  127.            playing the game).
  128.    09-02-95 v1.10
  129.            Added in unplayable card routines
  130.            Finalized routines for scoring and makup plays
  131.            Deleted unnecessary routines
  132.    09-01-95 v1.08
  133.            Changed format for entering bets
  134.            Redid instruction screens
  135.            Fixed score file bug.
  136.    08-20-95 v1.07
  137.            Fixed bulletins not writing after checking for missed day
  138.    08-19-95 v1.06
  139.            Added Missed day routines
  140.    08-18-95 v1.05
  141.            Fixed overflow scoring bug
  142.            Fixed display box display error
  143.            Fixed a bunch of minor bugs
  144.            Cleaned out unused routines
  145.    08-14-95 v1.04
  146.            Changed opening screen display
  147.    08-09-95 v1.03
  148.            Added TRIPLER routine for three card match   
  149.            Fixed minor diplsy bugs.
  150.            Added display to show card spread
  151.    08-02-95 v1.02
  152.            Corrected flaw in bulletins not showing dates
  153.            Corrected display error.
  154.            Fixed screen for broke player going in.
  155.    07-11-95 v1.01
  156.            Packaged up door for beta distribution and testing.
  157.    06-06-95 v1.00
  158.            Added in routines for weekly scoring. 
  159.            Added multinode support on command line
  160.            Modified the way the door reads the acdc.dat file.
  161.            Changed layout for betting and ways to bet.
  162.            Added sysop config for value of coins going into machine.
  163.            Added sysop config for bankroll player starts with.
  164.            Dropped RIP coding
  165.            Compiled and tested door.
  166.    06/04/95 v0.01
  167.            Worked on layout and displaying cards.
  168.            Did opening Screen work and basic layout for cards.
  169.            Wrote routines for card verification.     
  170.            Added card check to shuffling routines
  171.            Original concept for game developed today.
  172.            Initial Beta Program written.
  173.  
  174.  
  175.